Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.commands.ICommandListener

Packages that use ICommandListener
org.eclipse.ui.commands   
 

Uses of ICommandListener in org.eclipse.ui.commands
 

Classes in org.eclipse.ui.commands that implement ICommandListener
 class CommandContributionItem
           A contribution item which delegates to a command.
 

Methods in org.eclipse.ui.commands with parameters of type ICommandListener
 void ICommand.addCommandListener(ICommandListener commandListener)
          Registers an instance of ICommandListener to listen for changes to attributes of this instance.
 void ICommand.removeCommandListener(ICommandListener commandListener)
          Unregisters an instance of ICommandListener listening for changes to attributes of this instance.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.